/*# sourceURL=css/public.css */


/*@ sourceURL=css/public.css */


/*# sourceURL=css/public.css */


/*@ sourceURL=css/public.css */

@charset "UTF-8";

/*	FONT SIZE HIERARCHY	---------------------------    Default font-size for HTML :    16px    blockquote                 :    1rem    body                       :    1rem    form                       :    0.875rem  14px    h1                         :    3.375rem  58px    h2                         :    2.375rem  38px    h3                         :    1.75rem  28px    h4                         :    1.25rem   20px    h5                         :    1rem    h6                         :    0.75rem  12px	GLOBAL SPACING HIERARCHY WITH <section>	---------------------------    Default                    :    6.5625rem    Large                      :    11.375rem    Small                      :    4.8125rem    Default (mobile)           :    4.265625rem    Large (mobile)             :    4.265625rem    Small (mobile)             :    2.625rem	COLOR PALETTE	---------------------------    Placeholder Text Color     :    #E6E6E8	Primary Background Color   :    transparent	Highlight Color            :    #EC5E79, #E8588C	Primary Text Color         :    #212121, #474747    Heading Text Color         :    #212121	Subordinate Text Color     :    #AEAEAE	Dividing Line Color        :    #F4F4F4    Button Gradient Color      :    #EC5E79, #f60, #d83ba0	TABLE OF CONTENTS	---------------------------    ${{TOC}}*/


/* Ripple Effect */

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
	}
}


/* ======================================================    <!-- Basic -->/* ====================================================== */

::placeholder {
	color: rgba(0, 0, 0, 0.4);
}

:root {
	--blue: #007007;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #868e96;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #868e96;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
}

::selection,
::-moz-selection,
::-webkit-selection {
	background: #1f1f1f;
	color: #fff;
}

html,
body {
	width: 100%;
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
	/* Required, global font size */
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
	margin: 0;
	padding: 0;
}


/* 初始化 */

body,
div,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 1.71428571429;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Conv_AvantGardeITCbyBT-Medium", "Helvetica Neue", Helvetica, "Microsoft YaHei", STXihei, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
	color: #212121;
	background-color: #ffffff;
}

:active,
:focus {
	outline: none !important;
}

select {
	max-width: 100%;
}

ul,
li {
	list-style-type: none;
}

blockquote {
	background: #fff;
	border: 1px solid #F8F8F8;
	border-left: 5px solid #EC5E79;
	padding: 0 1.75rem 1.25rem;
	margin-top: 1.421875rem;
	line-height: 2;
	font-size: 1rem;
}

blockquote::before {
	color: #EC5E79;
	content: open-quote;
	font-size: 5.25rem;
	line-height: 0.1;
	margin-right: 0.21875rem;
	vertical-align: -2.055rem;
	font-family: sans-serif;
	content: "\201C";
	/*Unicode for Left Double Quote*/
}

strong {
	font-weight: 600;
}

hr {
	margin: 1.421875rem 0;
	border-color: #F4F4F4;
}

hr.black {
	border-color: rgba(255, 255, 255, 0.1);
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

iframe {
	border: none !important;
}


/* ======================================================   <!-- Table -->/* ====================================================== */

table.table-normal,
.table-normal table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}

table.table-normal th,
.table-normal table th {
	text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
	border: 1px solid black;
	padding: 0.6875rem;
}


/* ======================================================   <!-- Typography -->/* ====================================================== */


/* * 1. General * 2. Hyperlink * 3. Heading (h1,h2,h3,h4,h5,h6) * 4. Text Effect * 5. Table & List Effect by Default * 6. Drop Cap*/


/*/* --------------------------- 2. Hyperlink --------------------------- */

a {
	color: #474747;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a.link {
	text-decoration: underline;
	color: #EC5E79;
}

a.link:hover {
	color: #E8588C;
}

.heading-space-none {
	margin: 0 !important;
	padding: 0 !important;
}


/* --------------------------- 4. Text Effect --------------------------- */

.font-normal {
	font-family: "Conv_AvantGardeITCbyBT-Medium", "Helvetica Neue", Helvetica, "Microsoft YaHei", STXihei, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
	font-weight: 400 !important;
}

@font-face {
	font-family: 'DIN';
	src: url("../font/DIN-Medium.ttf");
	src: url("../font/DIN-Medium.eot?#font-spider") format('embedded-opentype'), url("../font/DIN-Medium.woff") format('woff'), url("../font/DIN-Medium.ttf") format('truetype'), url("../font/DIN-Medium.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MONT';
	src: url("../font/MONTSERRAT-REGULAR_2.OTF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MONTL';
	src: url("../font/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PIN';
	src: url("../font/PINGFANG MEDIUM_2.TTF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LPIN';
	src: url("../font/PINGFANG LIGHT_1.TTF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bPIN';
	src: url("../font/PINGFANG BOLD_1.TTF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EIN';
	src: url("../font/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EIN2';
	src: url("../font/MONTSERRAT-REGULAR_2.OTF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bEIN';
	src: url("../font/Montserrat-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}

.font-uppercase {
	text-transform: uppercase !important;
}

.font-bold {
	font-weight: 800 !important;
}

.font-italic {
	font-style: italic !important;
}

.font-no-italic {
	font-style: normal !important;
}

.font-underline {
	text-decoration: underline !important;
}

.font-primary-color {
	color: #EC5E79 !important;
}

.font-sub-color {
	color: #AEAEAE !important;
}

.font-white {
	color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
	color: white;
}


/* --------------------------- 5. Table & List Effect by Default --------------------------- */


/* Compatible with  Uix Shortcodes (WordPress Plugin) */

.list-normal a:not(.uix-sc-btn),
.table-normal a:not(.uix-sc-btn) {
	color: #EC5E79;
}

.list-normal a:not(.uix-sc-btn):not(.button):hover,
.table-normal a:not(.uix-sc-btn):not(.button):hover {
	color: #E8588C;
	text-decoration: underline;
}

.list-normal a:not(.uix-sc-btn):hover img,
.table-normal a:not(.uix-sc-btn):hover img {
	text-decoration: none;
}


/* --------------------------- 6. Drop Cap --------------------------- */

.dropcap::first-letter,
.dropcap>p:first-of-type::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 3.5rem;
	line-height: 1;
	margin-bottom: -2px;
}


/* ======================================================   <!-- Spacing -->/* ====================================================== */

section,
.section {
	position: relative;
}

section.space-sm,
.section.space-sm {
	padding: 4.8125rem 0;
}

section.space-lg,
.section.space-lg {
	padding: 11.375rem 0;
}

section.space-none,
.section.space-none {
	padding: 0 !important;
}

section.space-none-top,
.section.space-none-top {
	padding-top: 0 !important;
}

section.space-none-bottom,
.section.space-none-bottom {
	padding-bottom: 0 !important;
}

section.site-google-map,
.section.site-google-map {
	padding-top: 0 !important;
}

@media all and (max-width: 768px) {
	section.space-sm,
	.section.space-sm {
		padding: 2.625rem 0;
	}
	section.space-lg,
	.section.space-lg {
		padding: 4.265625rem 0;
	}
	section.space-none,
	.section.space-none {
		padding: 0;
	}
	section.space-none-top,
	.section.space-none-top {
		padding-top: 0;
	}
	section.space-none-bottom,
	.section.space-none-bottom {
		padding-bottom: 0;
	}
	section.site-google-map,
	.section.site-google-map {
		padding-top: 0;
	}
}

.pure:before,
.pure:after {
	content: " ";
	display: table;
}

.pure:after {
	clear: both;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

body {
	height: auto;
	overflow-x: hidden;
}

html {
	font-size: 100px;
}

@media screen and (max-width: 1440px) {
	html {
		font-size: 80px;
	}
}

@media screen and (max-width: 800px) {
	html {
		font-size: 90px;
	}
}

@media screen and (max-width: 600px) {
	html {
		font-size: 80px;
	}
}

a {
	text-decoration: none;
}

.newiconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bloc {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.bloc .wrapper {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.bloc .wrapper .row {
	height: 100vh;
	background-color: #fff;
	position: absolute;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	overflow: hidden;
}

.bloc .wrapper .row.on {
	z-index: 4;
	opacity: 1;
}

.bloc .wrapper .row.navInPrev {
	pointer-events: none;
	opacity: 1;
	-webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
	animation: slideInHalfFromTop 0.7s forwards ease-in-out;
}

.bloc .wrapper .row.navOutPrev {
	pointer-events: none;
	opacity: 1;
	-webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
	animation: slideOutBottom 0.7s forwards ease-in-out;
}

.bloc .wrapper .row.navInNext {
	pointer-events: none;
	opacity: 1;
	z-index: 100;
	-webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
	animation: slideInFromBottom 0.7s forwards ease-in-out;
}

.bloc .wrapper .row.navOutNext {
	pointer-events: none;
	opacity: 1;
	-webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
	animation: slideOutHalfTop 0.7s forwards ease-in-out;
}

.navClick {
	height: 15vh;
	width: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	pointer-events: all;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.bloc .wrapper .claNext {
	z-index: 4;
	opacity: 1;
	transform: translateY(85%);
	animation: mhover .5s ease 1;
}

@keyframes mhover {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(85%);
	}
}

.bloc .wrapper .claOut {
	z-index: 4;
	opacity: 1;
	transform: translateY(100%);
	animation: mhover2 .5s ease 1;
}

@keyframes mhover2 {
	0% {
		transform: translateY(90%);
	}
	100% {
		transform: translateY(100%);
	}
}

.mess_img_case .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.1, 0.7, 0.74, 0.3);
	/*transition-timing-function: ease;*/
}

.ind_banner_box {
	height: 100%;
	position: relative;
}

.ind_banner_box .swiper-container {
	height: 100%;
}

.ind_banner_box .swiper-container .swiper-slide.active {
	pointer-events: all;
}

.banner_img_box {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.banner_img_box .banner_img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.2);
}

.banner_img_box .banner_m {
	display: none;
}

.banner_img_box .banner_text_img_box {
	width: 76.979%;
	position: absolute;
	left: 50%;
	top: 32%;
	transform: translateX(-50%);
	color: #fff;
	display: none;
}

.banner_img_box .banner_text_img_box .ind_banner_text_title {
	line-height: 1.458;
	letter-spacing: 2;
}

.banner_img_box .banner_text_img_box .ind_banner_text_title .ind_ban_text_one {
	font-size: .4rem;
	margin-bottom: .7rem;
}

.banner_img_box .banner_text_img_box .ind_banner_text_title .ind_ban_text_two {
	font-size: .55rem;
	font-weight: bold;
	margin-bottom: .2rem;
}

.banner_img_box .banner_text_img_box .ind_banner_text_title .ind_ban_text_three {
	font-size: .43rem;
}

.banner_img_box .banner_text_img_box .ind_banner_name {
	line-height: 1;
	margin-top: .75rem;
	font-size: 0;
	color: #fff;
	display: block;
}

.banner_img_box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo_w img {
	width: 45.97%;
}

.ind_banner_box .banner_img_box {
	transform: scale(1.5);
	transition: all .3s ease-in-out;
}

.ind_banner_box .banner_img_box .banner_text_img_box {
	display: none;
}

.ind_banner_box .swiper-pagination {
	font-size: 0;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet {
	background: #ffffff;
	width: .09rem;
	height: .09rem;
	transition: all .5s ease-in-out;
	margin: 0 .225rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	opacity: 1 !important;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	border-color: #ffffff;
	width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	border-radius: 100%;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active::after {
	border-color: #ffffff;
	background-color: transparent;
	top: .04rem;
	width: .25rem;
	height: .25rem;
	border: 2px solid #ffffff;
}

.ind_banner_box .active .banner_img_box {
	transform: scale(1);
	transition: all 0s ease;
}

.ind_banner_box .active .banner_img_box .banner_img {
	transform: scale(1);
	transition: all 3s ease;
}

.ind_banner_box .active .banner_img_box .banner_text_img_box {
	display: block;
}

.ind_banner_box .swiper-pagination {
	color: rgba(255, 255, 255, 0.2);
	font-size: .16rem;
	font-family: 'Conv_Gotham-Black';
}

.ind_banner_box .swiper-pagination .on {
	color: white;
}

.ind_banner_box .swiper-pagination .ban_pag_sty {
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	width: .7rem;
	margin: 0 .08rem;
	background-color: #fff;
}

.ind_bottom_box {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 8.333vh;
	text-align: center;
	font-size: 0;
	width: 100%;
	z-index: 1;
}

.ind_bottom_box::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	opacity: .3;
	top: 50%;
}

.ind_bottom_box>div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.08rem;
	font-size: .16rem;
}

.ind_bottom_box>div:first-child {
	margin-left: 0;
}

.ind_bottom_box>div:last-child {
	margin-right: 0;
}

.ind_bottom_box .swiper-pagination {
	position: relative;
	width: auto;
	bottom: 0;
}

.ind_bottom_box .ind_hint {
	font-family: 'Conv_Gotham-Black';
}

.ind_bottom_box .ind_hint_icon {
	border: 2px solid #fff;
	height: 26px;
	width: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	padding: 4px 0;
}

.ind_bottom_box .ind_hint_icon>div {
	height: 6px;
	width: 2px;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -1px;
	animation: gun0 1s ease infinite;
}

@keyframes scale {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes gun0 {
	0% {
		top: 6px;
	}
	50% {
		top: 14px;
	}
	100% {
		top: 6px;
	}
}

.nav {
	padding: 0 1rem;
	box-sizing: border-box;
	height: 1rem;
	position: fixed;
	transition: all .3s ease;
	width: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo_box_m em {
	display: block;
}

.logo_box_m em.em2 {
	display: none;
}

.nav .logo_box em {
	display: block;
}

.nav .logo_box em.em2 {
	display: none;
}

.nav.active {
	height: .8rem;
}

.nav.active .logo_box img {
	height: .5rem;
}

.nav.active .navBox .foot_link_box>ul>li {
	padding: .32rem 0;
}

.nav.active .logo_box em.em1 {
	display: none;
}

.nav.active .logo_box em.em2 {
	display: block;
}

.nav-right .code i .i2 {
	display: none;
}

.nav.active .nav-right .code i .i1 {
	display: none;
}

.nav.active .nav-right .code i .i2 {
	display: block;
}

.nav .nav-sou button i .i2 {
	display: none;
}

.nav.active .nav-sou button i .i1 {
	display: none;
}

.nav.active .nav-sou button i .i2 {
	display: block;
}

.nav.active .nav-sou:hover input,
.nav.active .nav-sou.on input {
	background: #d8d8d8;
}

.nav.active {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.nav.active .navBox .foot_link_box>ul>li>a div {
	color: #000000;
}

.nav.on .navBox .foot_nav_name>a {
	color: #fff;
}

.nav.on .navBox small {
	color: #fff;
}

.nav.on .navBox .foot_link_box>ul>li:hover>a {
	color: #fff;
}

.nav.on .navBox .foot_link_box>ul>li.on>a {
	color: #fff;
}

.nav .logo_box {
	width: 14.42%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;
	text-align: center;
}

.nav .logo_box img {
	max-width: 100%;
}

.nav .logo_box i {
	font-size: .56rem;
	color: #fff;
}

.nav .navBox {
	flex: 1;
	text-align: center;
	margin-left: 1rem;
}

.nav .navBox a {
	display: block;
	color: #000;
	transition: all .3s ease;
	font-size: .16rem;
	line-height: 1;
}

.nav .navBox a.on {
	color: #115aa6;
}

.nav .navBox a.on>div {
	font-weight: 700;
}

.nav .navBox small {
	color: rgba(0, 0, 0, 0.4);
	display: block;
	font-size: 12px;
	line-height: 1;
	font-family: 'BrownStd-Regular';
}

.nav .navBox .foot_link_box>ul {
	display: block;
}

.nav .navBox .foot_link_box>ul>li {
	display: block;
	position: relative;
	float: left;
	width: 7.8vw;
	padding: .4rem 0;
	transition: all .3s ease;
}

.nav .navBox .foot_link_box>ul>li.on>a {
	color: #115aa6;
}

.nav .navBox .foot_link_box>ul>li.on>a>div {
	font-weight: 700;
}

.nav .navBox .foot_link_box>ul>li>a div {
	color: #FFFFFF;
}

.nav .navBox .foot_link_box>ul>li>ul.on_n {
	pointer-events: all;
	max-height: 1000px;
	opacity: 1;
}

.nav .navBox .foot_link_box>ul>li>ul {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -2px;
	background-color: #f0f0f0;
	transform: translate(-50%, 0);
	width: 150%;
	transition: all .3s ease;
	z-index: -999;
	pointer-events: none;
	border-radius: 3px;
	text-transform: uppercase;
	overflow: hidden;
	max-height: 0;
}

.nav .navBox .foot_link_box>ul>li>ul>li {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.nav .navBox .foot_link_box>ul>li>ul>li:first-child {
	padding-top: .1rem;
}

.nav .navBox .foot_link_box>ul>li>ul>li:last-child {
	padding-bottom: .1rem;
}

.nav .navBox .foot_link_box>ul>li>ul>li a {
	transition: all .3s ease;
	padding: .15rem 0;
	color: rgba(0, 0, 0, 0.6);
}

.nav .navBox .foot_link_box>ul>li>ul>li a:hover {
	background-color: #fff;
	color: #115aa6;
}

.nav .navBox .foot_link_box>ul>li>ul::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	width: 100%;
	background-color: #115aa6;
	z-index: -1;
}

.nav .navBox .foot_link_box>ul>li>ul::before {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: -1;
	bottom: 100%;
	left: 0;
}

.nav .nav-right {
	width: 2.2rem;
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}

.nav .nav-right .code {
	position: relative;
	cursor: pointer;
}

.nav .nav-right .code i {
	display: block;
	margin-top: 2px;
	display: flex;
}

.headerCengHunt {
	padding-right: .4rem;
}

.magnifier {
	cursor: pointer;
	position: relative;
	display: flex;
}

.headerCengHunt .search {
	display: none;
	position: absolute;
	width: 380px;
	padding: .15rem;
	border-radius: 8px;
	background: #FFF;
	right: 0;
	top: 60px;
	z-index: 10;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.headerCengHunt .search:before {
	content: '';
	position: absolute;
	right: 55px;
	top: -12px;
	width: 0;
	height: 0;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid #FFF;
}

.headerCengHunt .search .searchBox {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e5e5e5;
}

.headerCengHunt .search .searchBox form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.headerCengHunt .search .searchBox form .input {
	width: 80%;
	height: 45px;
	line-height: 45px;
}

.headerCengHunt .search .searchBox form .sub {
	width: 20px;
	background: none;
	background-image: url(../images/sousuo-on.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.headerCengHunt .search .searchTent {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	overflow: hidden;
	display: none;
}

.headerCengHunt .search .searchTent .searchTentWord {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	overflow: hidden;
}

.headerCengHunt .search .searchTent .searchTentWord a {
	width: auto;
	margin-top: 10px;
	font-size: .14rem;
	margin-right: 10px;
	padding: 10px;
	line-height: 1.2;
	text-align: center;
	background: #f4f4f4;
	border-radius: 3px;
	flex-grow: 1;
	max-width: 50%;
}

.headerCengHunt .search .searchTent .searchTentWord a:hover {
	background: #222;
	color: #FFF;
}

.headerCengHunt .magnifier img.i2 {
	display: none;
}

.nav.active .nav-right .headerCengHunt .magnifier img.i2 {
	display: block;
}

.nav.active .nav-right .headerCengHunt .magnifier img.i1 {
	display: none;
}


/*.nav .nav-right .code i img {

 vertical-align: middle;
}*/

.erweima-pic {
	position: absolute;
	top: .4rem;
	left: -0.4rem;
	z-index: 99;
	display: none;
	width: .9rem;
}

.nav .nav-right .code:hover .erweima-pic {
	display: block;
}

.nav .nav-sou {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	transition: all .3s;
	z-index: 999;
}

.nav .nav-sou input {
	display: block;
	width: 0;
	height: 0.3rem;
	background-color: transparent;
	border: 0;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #ffffff;
	transition: all .3s;
	float: left;
}

.nav .nav-sou button {
	background-color: transparent;
	border: 0;
	color: #1f1f1f;
	cursor: pointer;
	float: left;
}

.nav .nav-sou:hover,
.nav .nav-sou.on input {}

.nav .nav-sou:hover input,
.nav .nav-sou.on input {
	width: 2rem;
	background: #ffffff;
	color: #000000;
	padding-left: .05rem;
}

footer {
	background-color: #252526;
}

footer .foot_link_box {
	margin: 0 auto;
	padding-top: .8rem;
	padding-bottom: .5rem;
	display: flex;
	text-align: left;
	justify-content: space-between;
	width: 71%;
}

footer .foot_link_box ul {
	display: block;
}

footer .foot_link_box ul li {
	display: block;
}

footer .foot_link_box .foot_nav_name {
	margin-bottom: .15rem;
}

footer .foot_link_box .foot_nav_name a {
	color: #fff;
	font-size: .18rem;
	font-weight: 700;
}

footer .foot_link_box a {
	display: block;
	font-size: .14rem;
	line-height: 2.5;
	color: #b4b4b5;
	transition: all .3s ease-in-out;
}

footer .foot_link_box a:hover {
	color: #fff;
}

footer .foot_copy_box {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.5;
	font-size: .14rem;
	text-align: center;
	padding-top: .4rem;
	padding-bottom: .6rem;
	color: #fff;
}

footer .foot_copy_box a {
	color: #fff;
}

.ind_body footer {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: all .3s ease;
}

.ind_body footer>div {
	display: none;
}

.ind_body footer.on {
	transform: translateY(0);
}

.ind_body footer.on>div {
	display: block;
}

.btn_shop {
	width: .5rem;
	height: .5rem;
	background-color: #000000;
	text-align: center;
	cursor: pointer;
	line-height: .2rem;
	display: block;
	position: fixed;
	right: .4rem;
	top: .4rem;
	z-index: 116;
	overflow: hidden;
	padding-top: .05rem;
	transition: all .5s ease;
}

.btn_shop span {
	display: block;
	font-size: .1rem;
	color: #666666;
	transition: color .5s ease;
}

.btn_shop div {
	color: #fff;
	font-size: .12rem;
	font-family: 'Conv_Gotham-Black';
	text-transform: uppercase;
	transition: opacity .5s ease;
}

.btn_shop .sho_det {
	position: absolute;
	top: .25rem;
	left: 50%;
	transform: translateX(-50%);
}

.btn_shop .sho_hov {
	opacity: 0;
}

.btn_shop:hover {
	width: 1.24rem;
}

.btn_shop:hover span {
	color: #f91a4f;
}

.btn_shop:hover .sho_det {
	opacity: 0;
}

.btn_shop:hover .sho_hov {
	opacity: 1;
}

.ind_3_new_name {
	font-family: 'BrownStd-Bold';
}

.ind_btn_more {
	display: none;
}

.row.part.on .ind_show_link_case {
	display: block;
}

.row.part.on .ind_btn_more {
	display: block;
}

.row.part.on .ind_new_case {
	display: block;
}

.row.part.on .ind_src4 {
	display: block;
}

.ind_pro_img_box {
	height: 100%;
	width: 100%;
	position: relative;
}

.ind_pro_img_box>div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s ease;
}

.ind_pro_img_box:hover .ind_pro_img {
	transform: scale(1.1);
}

.ind_pro_img_box:hover .ind_btn_more {
	margin-top: -20px;
}

.ind_pro_img_box .ind_btn_more {
	position: absolute;
	right: 22%;
	top: 50%;
	transform: translateY(-48%);
	color: #fff;
	transition: margin-top .5s ease;
}

.ind_pro_img_box .ind_btn_more>div {
	opacity: 0;
	transform: translateY(15px) scale(0.8);
}

.ind_pro_img_box .ind_btn_more>div:nth-child(2) {
	font-family: 'Conv_NeoSans_0';
	font-size: .39rem;
	line-height: 1;
	margin-top: 3.7vh;
	letter-spacing: 7.5px;
	transition: all .5s ease 1.2s;
}

.ind_pro_img_box .ind_btn_more>div:first-child {
	font-size: .59rem;
	font-weight: 700;
	line-height: 1;
	transition: all .5s ease 1s;
}

.ind_pro_img_m {
	display: none;
}

.ind_show_box .swiper-container {
	height: 100%;
}

.title_box {
	padding-top: 18.5vh;
	font-size: .48rem;
	font-weight: 700;
	color: #000000;
	line-height: 1;
}

.navBox>.childItem {
	width: 2rem;
	height: calc(100vh - 50px);
	position: fixed;
	top: 25px;
	left: 240px;
	padding-left: .48rem;
	background-color: #000000;
}

.navBox>.childItem>ul {
	display: none;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.navBox>.childItem>ul:first-child {
	display: block;
}

.navBox>.childItem>ul li {
	padding: 1.85vh 0;
	cursor: pointer;
}

.navBox>.childItem>ul li.thisNav a,
.navBox>.childItem>ul li:hover a {
	color: white;
}

.navBox>.childItem>ul li.thisNav a::after,
.navBox>.childItem>ul li:hover a::after {
	width: calc(100% + 1.5em);
}

.navBox>.childItem>ul a {
	font-size: .13rem;
	color: rgba(255, 255, 255, 0.25);
	transition: all .5s ease;
	position: relative;
	line-height: 1;
}

.navBox>.childItem>ul a::after {
	content: '';
	display: block;
	left: -.5em;
	bottom: -3px;
	position: absolute;
	width: 0;
	height: 6px;
	background-color: #292929;
}

#tenpay_txt {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 999;
	pointer-events: none;
}

#tenpay_txt .loading_box {
 background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.loading_case {
	position: fixed;
	background-color: #fff;
	border-radius: 100%;
	font-family: 'BrownStd-Bold';
	width: .3rem;
	height: .3rem;
	right: 101%;
	top: 50%;
	transform: translate(50%, -50%) translateZ(0);
	animation: roundCome 2s ease 0s 1 forwards;
}

.loading_case .load_v_box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateZ(0);
	height: 50vh;
	width: 800px;
	overflow: hidden;
	opacity: 0;
	animation: vO .1s ease 1.5s 1 forwards;
}

.loading_case .loading_text {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) translateZ(0);
	font-size: 0;
	text-align: center;
	animation: textOur 2s cubic-bezier(0, 0.31, 0.25, 1) 3.4s 1 forwards;
}

.loading_case .loading_text>div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: .3rem;
	color: #115aa6;
}

.loading_case .loading_text>div:first-child {
	z-index: 2;
}

.loading_case .loading_text>div.load_text_box {
	animation: textCome 1s ease 2.3s 1 forwards;
	overflow: hidden;
	z-index: -1;
}

.loading_case .loading_text>div .shade_blaxk {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: #fff;
	height: 100%;
	width: .23rem;
	z-index: 2;
	animation: opCome .2s ease 2.1s 1 forwards;
}

.loading_case .loading_text .load_wz_box {
	position: absolute;
	width: 4.33rem;
	height: 100%;
	right: 0;
	top: 0;
	overflow: hidden;
	animation: textComeNei 1s ease 2.4s 1 forwards;
}

.loading_case .loading_text .load_wz {
	position: absolute;
	right: 0;
	top: 0;
	width: 4.33rem;
	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
}

.loading_case .loading_text .load_wz.load_zw {
	opacity: 0;
	position: relative;
}

.loading_case .sha_case {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%) translateZ(0);
	text-align: center;
	animation: logoCome 1s cubic-bezier(0, 0.3, 0.76, 1.15) 1.5s 1 forwards;
}

.loading_case .sha_case .sha_logo {
	width: 160px;
	display: block;
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 10px;
}

.loading_case .sha_case .sha_logo>div {
	font-size: 0;
}

.loading_case .sha_case .sha_logo div:first-child {
	position: relative;
	margin-bottom: 5px;
}

.loading_case .sha_case .sha_logo div:first-child span {
	position: relative;
	animation: logoShake .6s cubic-bezier(0.25, 0.1, 0.88, 0.56) 2.6s 1 forwards;
}

.loading_case .sha_case .sha_logo span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	border: 5px solid #008fcf;
	border-radius: 100%;
	width: 30px;
	height: 30px;
}

.loading_case .sha_case .sha_name {
	font-family: 'BrownStd-Regular';
	/*font-size: .2rem;*/
	display: block;
	position: relative;
	overflow: hidden;
	width: 220px;
	text-align: center;
	margin: 0 auto;
	height: 85px;
}

.loading_case .sha_case .sha_name .sha_zw {
	opacity: 0;
	display: none;
}

.loading_case .sha_case .sha_name .kh_name {
	position: relative;
	left: 0;
	top: 0;
	height: 0;
	white-space: nowrap;
	animation: khName 1.5s ease-in-out 2.4s 1 forwards;
	overflow: hidden;
}

.sha_name img {
	display: block;
	width:220px;
	max-width: none;
	height: auto;
	margin: 0 auto;
}

.loading_case .sha_case .sha_name .kh_name .sha_show {
	width: .3rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	/* 标准的语法 */
	animation: opOut .1s ease-in-out 4s 1 forwards;
}

@keyframes vO {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes roundCome {
	0% {
		top: 50%;
		right: 101%;
	}
	50% {
		right: 50%;
		width: .3rem;
		height: .3rem;
	}
	100% {
		top: 50%;
		right: 50%;
		width: 150vw;
		height: 150vw;
	}
}

@keyframes opCome {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}

@keyframes textCome {
	0% {
		margin-left: -.23rem;
		width: 4.56rem;
	}
	100% {
		width: 2.31rem;
		padding-left: .23rem;
		margin-left: -.23rem;
	}
}

@keyframes textComeNei {
	0% {
		width: 4.33rem;
	}
	100% {
		width: 2.07rem;
	}
}

@keyframes textOur {
	0% {
		left: 50%;
		transform: translate(-50%, -50%) translateZ(0);
	}
	100% {
		left: 0;
		transform: translate(-100%, -50%) translateZ(0);
	}
}

@keyframes logoCome {
	0% {
		left: 100%;
		transform: translate(0, -50%) translateZ(0);
	}
	100% {
		left: 50%;
		transform: translate(-50%, -50%) translateZ(0);
	}
}

@keyframes logoShake {
	0% {
		transform: translate(0, 0) translateZ(0);
	}
	50% {
		transform: translate(-10px, 0px) translateZ(0);
	}
	100% {
		transform: translate(0, 0) translateZ(0);
	}
}

@keyframes khName {
	0% {
		height: 0;
		width: 0;
	}
	40% {
		height: 13px;
		width: 0;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}

@keyframes opOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media all and (max-width: 1024px) {
	@keyframes roundCome {
		10% {
			right: 90%;
		}
		11% {
			right: 88%;
			top: 45%;
		}
		12% {
			top: 50%;
			right: 86%;
		}
		20% {
			right: 75%;
			top: 50%;
		}
		50% {
			width: .3rem;
			height: .3rem;
			right: 50%;
			top: 50%;
		}
		100% {
			top: 50%;
			right: 50%;
			width: 150vh;
			height: 150vh;
		}
	}
}

@media all and (min-width: 1100px) {
	.nav .navBox .foot_link_box>ul>li:hover>a {
		color: #115aa6;
		font-weight: 700;
	}
	.nav .navBox .foot_link_box>ul>li:hover>ul {
		pointer-events: all;
		max-height: 1000px;
	}
}

.aut_line_box {
	font-size: .5rem;
	position: absolute;
	top: 150%;
	left: calc(50% - 1.25em);
	width: 0;
	height: 4px;
	background-color: #fff;
	transition: all .3s ease .5s;
}

.aut_line_box::after {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	width: 0;
	background-color: #115aa6;
	top: 0;
	position: absolute;
	transition: all .3s ease 1s;
}

.aut_line_box.on {
	width: 2.5em;
}

.aut_line_box.on::after {
	width: 50%;
}

.ins_body_tab {
	position: relative;
	overflow: hidden;
	height: 40vh;
	padding-right: 15px;
	margin-top: .94rem;
}

.ins_tab_fa {
	top: 0;
	right: 15px;
	position: absolute;
	transition: all .5s ease;
}

.ins_tab_fa>div:first-child span:first-child {
	opacity: 0;
}

.ins_tab_fa>div:first-child span:nth-child(2) {
	opacity: 0;
}

.ins_tab_fa>div:last-child span:nth-child(4) {
	opacity: 0;
}

.ins_tab_fa>div:last-child span:nth-child(5) {
	opacity: 0;
}

.ins_body_con>div {
	display: none;
}

.ins_body_con>div:first-child {
	display: block;
}

.btn_cor {
	display: inline-block;
	background-color: #d9d9d9;
	border-radius: 3px;
	font-size: .13rem;
	line-height: 34px;
	color: #121212;
	font-weight: 700;
	padding-left: .25rem;
	padding-right: .25rem;
	margin-top: .24rem;
	transition: all .5s ease;
}

.btn_cor i {
	margin-left: .2rem;
	vertical-align: middle;
}

.btn_cor:hover {
	color: #fff;
	background-color: #121212;
}

.cor_gov {
	font-size: 0;
}

.cor_gov>a,
.cor_gov>span {
	display: inline-block;
	vertical-align: middle;
	font-size: .22rem;
	line-height: 1;
	color: #121212;
}

.cor_gov span {
	margin: 0 10px;
	height: 1px;
	width: .4rem;
	background-color: #bfbfbf;
}

.cor_gov .cor_down {
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: .12rem;
	font-weight: 700;
	background-color: #1985ff;
	width: 42px;
}

.cor_right .fin_dd {
	padding-top: 0;
	padding-bottom: .2rem;
}

.fin_describe .cor_gov {
	display: inline-block;
	vertical-align: middle;
	margin-left: .08rem;
}

.int_body .bloc {
	padding-top: .25rem;
}

.int_case {
	padding: 0 .25rem 0 2.88rem;
}

.int_case>div {
	padding: 0 3.75%;
}

.int_title {
	margin-top: 8.333vh;
	padding: 20px 0;
	font-size: .17rem;
	font-weight: 700;
	color: #121212;
	line-height: 1.764;
	text-align: center;
	position: relative;
}

.int_title img {
	display: block;
	width: 1em;
	position: absolute;
}

.int_title .icon_t_01 {
	right: calc(50% + 5px);
	top: 0;
}

.int_title .icon_t_02 {
	left: calc(50% + 5px);
	bottom: 0;
}

.int_info {
	font-size: .14rem;
	line-height: 2.2857;
	color: #808080;
	text-align: center;
	padding: .5rem 0;
	letter-spacing: .5px;
}

.int_info p {
	margin-bottom: 0;
}

.int_video_box {
	position: relative;
	overflow: hidden;
	display: block;
}

.int_video_box video {
	display: block;
	width: 100%;
}

.int_video_box .int_btn_sty {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: calc(50% + 1.44rem);
	transform: translate(-50%, -50%);
}

.int_video_box .int_btn_sty>div {
	display: inline-block;
	vertical-align: middle;
}

.int_vid_hint {
	color: #fff;
	line-height: 1.8;
}

.int_vid_hint:first-child {
	font-size: .14rem;
}

.int_vid_hint:last-child {
	font-size: .18rem;
	font-family: 'Conv_Gotham-Black';
}

.int_pro_cn {
	font-size: .18rem;
	color: #1f1f1f;
	font-weight: 700;
	position: relative;
	padding-right: 20px;
	margin-bottom: .2rem;
}

.int_pro_cn::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f1f;
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: -4px;
}

.int_pro_en {
	font-size: .12rem;
	color: #bfbfbf;
}

.marT_180 {
	margin-top: 1.8rem;
}

.int_src3_case {
	margin-top: 13.4vh;
}

.int_src3_case>div {
	width: 70%;
	margin: 0 auto;
}

.int_zb_text {
	float: left;
	font-size: .14rem;
	color: #808080;
	line-height: .32rem;
	width: 43%;
}

.int_zb_text span {
	color: #333333;
	font-weight: 700;
}

.fz_z {
	font-size: .17rem;
}

.fz_b {
	font-size: .32rem;
}

.int_zb_img {
	float: right;
	width: 45%;
	position: relative;
}

.int_zb_img>img {
	display: block;
}

.int_zb_img .int_zb_st {
	transition: width 3s ease;
	position: absolute;
	left: 14.5%;
	width: 0;
	bottom: -8%;
	overflow: hidden;
}

.int_zb_img .int_zb_st img {
	width: 13.85vw;
	display: block;
}

.int_zb_img .int_zb_st.go {
	width: 100%;
}

.int_src3_ren_box .int_zb_text {
	float: right;
	margin-top: 1.7rem;
}

.int_src3_ren_box .int_zb_img {
	float: left;
	font-size: 0;
	text-align: center;
}

.int_src3_ren_box .int_zb_img>img {
	display: inline-block;
	vertical-align: middle;
	width: 72.76%;
}

.int_zb_name {
	color: #333333;
	font-size: .2rem;
	font-weight: bold;
	line-height: 1.5;
}

.int_banner_box {
	padding-top: 7.4vh;
	padding-left: 2.25rem;
	position: relative;
}

.int_banner_box .ind_bottom_box {
	text-align: right;
	bottom: .45rem;
	padding-right: .55rem;
	font-family: 'Conv_Gotham-Black';
}

.int_banner_box .ind_bottom_box .swiper-pagination {
	color: rgba(255, 255, 255, 0.2);
	font-size: .16rem;
}

.int_banner_box .ind_bottom_box .ban_pag_sty {
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	width: .7rem;
	margin: 0 .08rem;
	background-color: #fff;
}

.int_banner_box .ind_bottom_box .swiper-pagination .on {
	color: #fff;
}

.int_banner_img {
	width: 100%;
	position: relative;
}

.int_banner_img>img {
	width: 100%;
	display: block;
}

.int_banner_img .int_lb_tex {
	font-size: .24rem;
	font-weight: 700;
	position: absolute;
	left: 1.14rem;
	bottom: .4rem;
	color: #fff;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .5s ease .5s;
}

.int_banner_box .active .int_banner_img .int_lb_tex {
	transform: translateY(0);
	opacity: 1;
}

.int_banner_m {
	display: none;
}

.int_src4_text {
	width: 39.8%;
	padding: 0;
	padding-top: .32rem;
	text-align: left;
}

.int_src4_text_left {
	float: left;
}

.int_src4_text_right {
	float: right;
}

.int_src4_case {
	padding-top: 5.555vh;
}

.int_src4_case>div {
	position: relative;
}

.int_src4_case .int_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.go_top {
	font-size: 0;
	position: fixed;
	right: 6.145%;
	bottom: .5rem;
	cursor: pointer;
}

.go_top>div {
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	line-height: 1;
	color: #1f1f1f;
}

.go_top .go_top_text {
	margin-right: .2rem;
}

.go_top .go_top_icon {
	width: .55rem;
	height: .55rem;
	text-align: center;
	line-height: .55rem;
	background-color: #f2f2f2;
	font-size: .24rem;
}

.show_body {
	background-color: #000000;
}

.show_body .bloc .wrapper .row {
	opacity: 1;
}

.btn_nav {
	display: none;
}

.up_nav .nav {
	height: 98px;
	top: 25px;
	transform: translateY(0);
	transition: height .5s ease;
}

.up_nav .nav.down_nav {
	height: calc(100vh - 50px);
}

.up_nav .nav.down_nav .nav_con {
	padding-top: 25vh;
}

.up_nav .nav.down_nav .logo_box {
	border-color: rgba(255, 255, 255, 0.1);
}

.up_nav .nav_con {
	padding-top: 0;
	transition: padding-top .5s ease;
}

.up_nav .logo_box {
	border-color: transparent;
}

.up_nav .btn_nav {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1.5;
	font-size: .28rem;
	cursor: pointer;
	text-align: center;
	color: #5a5a5a;
	background-color: #121212;
}

.lar_v_num {
	font-size: 2rem;
	font-family: 'Conv_NeoSans_0';
	line-height: 1;
}

.lar_v_hint {
	font-size: .2rem;
	line-height: 1.5;
	font-weight: 700;
}

.lar_v_cc {
	font-size: .17rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.2);
}

.dyn_body .bloc .wrapper .row {
	opacity: 1;
}

.fin_con_lable {
	font-size: .16rem;
	font-weight: 700;
	color: #949699;
}

.fin_info_text {
	font-size: .22rem;
	font-family: 'Conv_Gotham-Black';
}

.con_body .ins_body_con>div {
	position: relative;
	padding-top: 1rem;
}

.con_body .ins_body_con {
	width: 100%;
}

.con_body .btn_operate {
	width: 37%;
}

.con_body .btn_operate>div {
	max-width: 3.3rem;
}

.con_bg {
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	z-index: -1;
	color: #f6f6f6;
	right: 0;
	top: 7vh;
	text-transform: uppercase;
	font-family: 'Conv_Gotham-Black';
}

.btn_back {
	background-color: #f2f2f2;
	margin-top: 1rem;
	padding: .4rem .8rem .4rem .7rem;
	font-size: .18rem;
	font-weight: 700;
	color: #3e3e3e;
	display: block;
}

.btn_back i {
	float: left;
}

.btn_back div {
	float: right;
}

.content {
	width: 100%;
}

.grid {
	margin: 0 auto;
}

.item1 {
	width: 33.33%;
	padding: .5rem 11.11% 0 0;
	transition: all .5s ease;
}

.item1>a {
	display: block;
}

.item1>a>img {
	width: 100%;
	display: block;
}

.header_m {
	display: none;
}

.header_m .logo_box_m img {
	max-height: 0.55rem;
}

.load_wat {
	position: relative;
	width: 100%;
}

.disable-hover {
	pointer-events: none;
}

.ser_hot_title {
	line-height: 1;
	text-align: center;
	font-weight: 700;
	font-size: .48rem;
	margin-bottom: 3.125%;
}

.ser_hot_info {
	width: 65.1%;
	margin: 0 auto 4.6875%;
	font-size: .16rem;
	line-height: 1.75;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.ser_hot_info span {
	color: #115aa6;
}

.tab_active {
	background-color: #f7f7f7;
	position: relative;
	font-weight: 700;
	color: #115aa6;
}

.tab_active::after {
	position: absolute;
	content: '';
	height: .06rem;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #115aa6;
}

@keyframes shan {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fx2OutPrev {
	0% {
		transform-origin: 50% 50%;
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1) translateX(-100%);
		opacity: 1;
	}
}

@keyframes fx2InPrev {
	0% {
		opacity: 1;
		-webkit-transform: translateX(100%);
		transform-origin: 50% 50%;
		opacity: 1;
	}
	99.99% {
		-webkit-transform: translateX(0%);
		opacity: 1;
		transform-origin: 50% 50%;
	}
	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
		transform-origin: 50% 50%;
	}
}

@keyframes fx2OutNext {
	0% {
		transform-origin: 50% 50%;
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1) translateX(100%);
		opacity: 1;
	}
}

@keyframes fx2InNext {
	0% {
		-webkit-transform: translateX(-100%);
		transform-origin: 50% 50%;
		opacity: 1;
	}
	99.99% {
		-webkit-transform: translateX(0);
		opacity: 1;
		transform-origin: 50% 50%;
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
		transform-origin: 50% 50%;
	}
}

.my_video {
	display: block;
	width: 100%;
}

.cont_video_box {
	position: relative;
}

.cont_video_box .cont_info {
	width: 45.1875%;
}

.cont_name {
	font-size: .48rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	position: relative;
}

.cont_name>span {
	font-family: 'BrownStd-Bold';
}

.cont_name::after {
	content: attr(data-en);
	display: block;
	left: 0;
	bottom: 0;
	color: rgba(255, 255, 255, 0.1);
	position: absolute;
	z-index: -1;
	font-size: 1.3rem;
	line-height: 1;
	white-space: nowrap;
	font-family: 'BrownStd-Bold';
}

.cont_info {
	font-size: .18rem;
	line-height: 1.7;
	color: #fff;
	margin-top: 2.86vw;
	max-width: 29.6875vw;
}

.cont_text_box {
	width: 83.33%;
	left: 8.335%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	pointer-events: none;
	padding-left: 6.66%;
}

.cont_line_001 {
	position: absolute;
	width: 54.125%;
	right: 7.125%;
	top: 100%;
}

.cont_line_002 {
	position: absolute;
	width: 63.5%;
	left: 17.5%;
	top: 110%;
}

.cont_line_003 {
	position: absolute;
	width: 42.4375%;
	right: 27.8125%;
	top: 120%;
}

.cont_line_004 {
	position: absolute;
	width: 8.1875%;
	left: 28%;
	top: 110%;
}


}
@media (min-width: 1025px) {
	.use_src12_box>div:nth-child(4n+1) {
		margin-left: 16%;
	}
	
	.use_src12_box>div:nth-last-child(0),
	.use_src12_box>div:nth-last-child(1),
	.use_src12_box>div:nth-last-child(2),
	.use_src12_box>div:nth-last-child(3) {
		margin-bottom: 0;
	}
}
.use_src12_box>img {
	display: block;
	width: 26.51%;
	position: absolute;
	right: 0;
	top: 135%;
	transform: translateY(-50%);
}
.new_age_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4.6875vw;
}
.new_age_box>div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.new_age_box a {
	display: block;
	color: rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 .3rem;
	margin: 0 .2rem;
	border-radius: 3px;
	font-size: .16rem;
	line-height: 2;
	font-family: 'BrownStd-Regular';
}
.new_age_box a i {
	font-size: .16rem;
}
.new_age_box a.on,
.new_age_box a:hover {
	background-color: #115aa6;
	color: #fff;
	border: 1px solid transparent;
}
.ser_time_box .run_num>div {
	flex-direction: row-reverse;
	text-align: right;
}
.control_body .cont_btn_box .btn_vide_sty::after {
	display: none;
}
.city_show_box::-webkit-scrollbar {
	width: 3px;
	height: 10px;
	/**/
}
.city_show_box::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}
.city_show_box::-webkit-scrollbar-thumb {
	background: #115aa6;
	border-radius: 10px;
}
.city_show_box::-webkit-scrollbar-thumb:hover {
	background: #115aa6;
}
.city_show_box::-webkit-scrollbar-corner {
	background: #115aa6;
}
.life_video_img {
	display: none;
}
.cul_body #culture #main #r2 .wrap .list .box {
	height: auto;
	padding-top: .6rem;
	padding-bottom: .6rem;
}
.cul_body #culture #main #r2 .wrap .list .box>p {
	width: 90%;
	text-align: justify;
}
#culture #main #r4 .wrap .list .col .msg p span {
	display: block;
	line-height: 1.5;
	margin: .3rem 0;
}
.dialog_content strong {
	font-size: .17rem;
}
/*# sourceMappingURL=public.css.map */
.view {
	width: 80%;
	margin: 0 auto;
	max-width: 1400px;
}
.Guarantee_time {
	display: flex;
	justify-content: space-between;
}
.Guarantee_time li {
	color: #666666;
	padding: .6rem 0 .5rem;
	box-sizing: border-box;
	width: 12%;
}
.Guarantee_time li:first-child {
	width: 20%;
}
.Guarantee_time li h2 {
	color: #115aa6;
	font-size: .76rem;
	font-family: "MONT";
	display: inline-block;
	font-weight: bold;
	line-height: 1.2;
}
.Guarantee_time li span {
	font-size: .16rem;
	background: #ededf0;
	border-radius: 50%;
	height: .3rem;
	width: .3rem;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	color: #5e5e5e;
	text-transform: uppercase;
}
.Guarantee_time li p {
	margin-bottom: 30px;
	font-size: .16rem;
	color: #5e5e5e;
}
.ind_src1 {
	background: #f9faff;
	padding-bottom: .8rem;
}
.ind_src1 .box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.25vw;
}
.pic {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.ind_src1 .box .left {
	width: 48%;
}
.ind_src1 .box .left .pic {
	width: 100%;
	padding-bottom: 114.8%;
	overflow: hidden;
	border-bottom-left-radius: 100px;
}
.ind_src1 .box .left .pic>img {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.ind_src1 .box .text {
	width: 50%;
	padding-left: 1%;
	position: relative;
	padding-bottom: 1.2rem;
}
.ind_src1 .box .text .title .t1 {
	color: #000000;
	font-size: .48rem;
	margin-bottom: .1rem;
	margin-top: .1rem;
}
.ind_src1 .box .text .title .t2 {
	color: #000000;
	font-size: .3rem;
	margin-bottom: .5rem;
}
.ind_src1 .box .text .info p {
	color: #666666;
	font-size: .15rem;
	margin-bottom: .25rem;
	line-height: 3;
}
.index-more {
	height: 1.2rem;
	position: absolute;
	bottom: 0;
	margin-top: .5rem;
	transition: all 0.5s;
}
.index-more a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.index-more .dian {
	display: flex;
	align-items: baseline;
	padding-right: .6rem;
}
.index-more .dian i {
	display: block;
	width: 5px;
	height: 5px;
	background: #115aa6;
	margin: 0 3px;
	border-radius: 50%;
}
.index-more .t1 {
	color: #333333;
	font-size: 15px;
	padding: 0 .4rem .1rem;
	border-bottom: 1px solid #aaaaaa;
}
.index-more .t2 {
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	margin-left: -.1rem;
	background: #115aa6 url("../images/jt.png")no-repeat center center;
}
.index-more .dian i:nth-child(2) {
	opacity: .5;
}
.index-more .dian i:nth-child(3) {
	opacity: .2;
}
.index-more:hover .t1 {
	color: #115aa6;
	border-bottom: 1px solid #115aa6;
}
.index-more:hover {
	transform: translateX(15px)
}
/*.ind_src1 .box .alan {  animation-fill-mode: both;  opacity: 0;  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);}.ind_src1 .box.on .alan-1 {  animation-name: fn1;  animation-duration: 1.2s;}*/
.ind_src4 {
	background: url("../images/a1.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 1rem;
}
.ind_title {
	position: relative;
	padding: .2rem 0;
}
.ind_title h2 {
	color: #ffffff;
	font-size: .42rem;
	padding-top: .9rem;
	position: relative;
	z-index: 1;
}
.ind_title h3 {
	position: absolute;
	color: #ffffff;
	font-size: 1.38rem;
	opacity: .12;
	font-family: "MONT";
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
.ind_title span {
	display: block;
	width: .4rem;
	height: 2px;
	background: #ffffff;
	margin: .6rem 0 .6rem;
}
.ind_title2 h3 {
	color: #edf0f9;
	opacity: .8;
}
.ind_title2 h2 {
	color: #115aa6;
}
.ind_title2 span {
	height: 2px;
	background: #115aa6;
}
.ind_src4 .ind_src4_con_text_m {
	display: none;
}
.ind_src4 .ind_src4_case {
	display: flex;
	align-items: center;
	margin-top: -1rem;
}
.ind_src4 .ind_src4_left {
	width: 22.45%;
	margin-left: 10.4%;
}
.ind_src4 .ind_src4_left .ind_src4_title {
	font-size: .48rem;
	line-height: 1.375;
	font-weight: 700;
}
.ind_src4 .ind_src4_left .ind_src4_info {
	font-size: 14px;
	margin-top: .4rem;
	padding-bottom: .6rem;
	color: rgba(0, 0, 0, 0.5);
	line-height: 2;
}
.ind_src4 .ind_src4_left .down_hint {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .05rem;
	position: relative;
}
.ind_src4 .ind_src4_left .down_hint>img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(50%);
	opacity: 0;
	transition: all .3s ease;
	pointer-events: none;
}
.ind_src4 .ind_src4_left .down_hint:hover>img {
	opacity: 1;
	transform: translateY(-30%);
	pointer-events: all;
}
.ind_src4 .ind_src4_left .down_hint span {
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #d70c18;
	text-align: center;
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	box-shadow: 0 0 10px rgba(255, 14, 24, 0.1);
	margin-right: .15rem;
}
.ind_src4 .ind_src4_left .down_hint span i {
	font-size: .18rem;
	font-weight: 400;
	letter-spacing: 0;
}
.ind_src4 .ind_src4_right {
	width: 90%;
	height: 100%;
	position: relative;
}
.ind_src4 .ind_src4_right .pic {
	border-radius: 100%;
	width: 36vw;
	height: 36vw;
	position: relative;
}
.ind_src4 .ind_src4_right::before {
	background-color: rgba(255, 255, 255, .2);
	content: '';
	display: block;
	width: 36vw;
	height: 36vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 100%;
}
.ind_src4 .ind_src4_right::after {
	content: '';
	display: block;
	width: 30vw;
	height: 30vw;
	background-color: #f6f7f9;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-10%, -50%);
	border-radius: 100%;
}
.ind_src4 .ind_src4_right .swiper-container {
	height: 100%;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper {
	height: 100%;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide {
	height: 100%;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide.active .ind_mem_tex_pc {
	display: block !important;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con {
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72%;
	z-index: 1;
	max-width: 100%;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box {
	display: flex;
	line-height: 1.77;
	font-size: .18rem;
	align-items: center;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box span {
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	height: .7rem;
	line-height: .7rem;
	width: .7rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-right: .35rem;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_box span i {
	color: #d70c18;
	font-size: .36rem;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc {
	display: none;
	width: 38%;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .title {
	color: #ffffff;
	font-size: .3rem;
	margin-bottom: .4rem;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .info p {
	color: #ffffff;
	font-size: .15rem;
	margin-bottom: .1rem;
	line-height: 2.5;
}
.ind_src4 .ind_src4_right .swiper-pagination {
	display: none;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab {
	position: absolute;
	left: 105%;
	top: 50%;
	transform: translateY(-50%);
	height: 50vh;
	line-height: .36rem;
	font-size: .17rem;
	width: 250px;
	overflow: hidden;
	color: #ffffff;
	font-weight: normal;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab::before {
	content: '';
	width: 1px;
	height: 92%;
	margin-top: 8%;
	left: .18rem;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.2);
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div {
	display: flex;
	align-items: center;
	height: .36rem;
	margin: calc((50vh - (4 * .36rem)) / 3) 0;
	transition: all .3s ease;
	cursor: pointer;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div:first-child {
	margin-top: 0;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div:last-child {
	margin-bottom: 0;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div.on,
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div:hover {
	color: #0090cf;
	font-weight: 700;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div.on span,
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div:hover span {
	border: 4px solid #0090cf;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div span {
	border-radius: 100%;
	height: .36rem;
	width: .36rem;
	position: relative;
	margin-right: .15rem;
	transition: all .3s ease;
	transition: all .3s ease;
}
.ind_src4 .ind_src4_right .ind_src4_lb_tab>div span::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: .08rem;
	width: .08rem;
	background-color: #f5f5f5;
	border-radius: 100%;
	opacity: .5;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .index-more .t1 {
	color: #ffffff;
}
.ind_src4 .ind_src4_right .swiper-container .swiper-wrapper .swiper-slide .ind_member_con .ind_mem_tex_pc .index-more .dian i {
	background: #ffffff;
}
.line-clamp {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp2 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp3 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-height2-4 {
	line-height: 2.4;
}
.shadow {
	box-shadow: 0 0 .08rem 0 rgba(10, 33, 130, .1);
}
.ind_src5 {
	background: #f9faff;
	padding-bottom: .4rem;
}
.ind_src5_list .top {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.ind_src5_list .item {
	transition: all 0.6s;
	width: 66%;
	padding: .4rem;
}
.ind_src5_list .item a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.ind_src5_list .item .pic {
	width: 45%;
}
.ind_src5_list .item .pic img {
	display: block;
	width: 100%;
}
.ind_src5_list .item .text {
	width: 50%;
	padding-left: .2rem;
	box-sizing: border-box;
}
.ind_src5_list .item .text h3 {
	color: #000000;
	font-size: .24rem;
	margin-top: .1rem;
	font-weight: normal;
}
.ind_src5_list .item .text p {
	color: #888888;
	font-size: .14rem;
	line-height: 2.2;
	margin-top: .3rem;
	margin-bottom: 0;
}
.ind_src5_list .item .text span {
	color: #888888;
	font-size: .14rem;
	margin-top: .4rem;
	display: block;
	text-transform: uppercase;
}
.ind_src5_list .item2 {
	flex-direction: column;
	width: 32%;
	padding-bottom: .6rem;
}
.ind_src5_list .item2 .text {
	width: 100%;
	padding-left: 0;
}
.ind_src5_list .item:hover {
	transform: scale(1.05);
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
}
.ind_src5_list .item:hover .text h3 {
	color: #115aa6;
}
.ind_src5_list .item {
	position: relative;
}
.ind_src5_list .bot {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: .3rem;
}
.ind_src5_hezuo {
	margin: .5rem 0 .2rem;
}
.ind_src5_hezuo .list {
	display: flex;
	display: -webkit-flex;
	padding: .1rem 0.05rem;
}
.ind_src5_hezuo .list li {
	background: #ffffff;
	padding: .1rem;
	box-sizing: border-box;
}
.ind_src5_hezuo .list li img {
	display: block;
	margin: 0 auto;
}
.ind_footer {}
.f_top {
	background: url("../images/ft-bg.jpg") no-repeat;
	padding-bottom: 1.2rem;
}
.f_top .box {
	padding-top: .7rem;
	height: 2.3rem;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #ffffff;
	border-color: rgba(255, 255, 255, .2);
}
.f_top h2 {
	float: left;
	font-size: .3rem;
	line-height: .42rem;
	color: #fff;
	font-family: "MONT";
	width: 280px;
	font-weight: normal;
}
.f_top h2 span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	opacity: .5;
}
.f_top h3 {
	display: block;
	width: 220px;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: .7rem;
}
.f_top h3 img {
	display: block;
	height: .58rem;
}
.f_top p {
	float: right;
	width: 3.5rem;
	font-size: 14px;
	color: #fefefe;
	opacity: 0.7;
	text-align: right;
}
.f_top p a {
	display: flex;
	justify-content: space-between;
	background: rgba(0, 0, 0, .4);
	align-items: center;
	width: 100%;
	border: 1px solid #ffffff;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: left;
	padding-left: .2rem;
	box-sizing: border-box;
	font-size: .15rem;
	font-weight: normal;
	line-height: 1;
	height: .55rem;
	color: #fefefe;
	overflow: hidden;
	opacity: 0.7;
	margin-bottom: 12px;
}
.f_top p a img {
	display: inline-block;
	width: 47px;
	height: 9px;
	margin-right: .2rem;
	vertical-align: 2px;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
}
.f_top p a span {
	display: inline-block;
	font-size: .15rem;
	color: #fff;
	font-weight: 400;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	line-height: .55rem;
}
.f_con {
	background: #f9faff;
	position: relative;
}
.f_con .top {
	position: absolute;
	width: .8rem;
	right: 50%;
	top: -30px;
	z-index: 50;
	height: .8rem;
	margin-right: -.4rem;
}
.f_con .top img {
	display: block;
	width: 100%;
}
.f_con_list {
	width: 70%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.f_con_list .item h3 a {
	font-size: .17rem;
	color: #000000;
	font-weight: normal;
	margin-bottom: .2rem;
	display: block;
}
.f_con_list .item p a {
	font-size: .14rem;
	color: #666666;
}
.f_con_list .item p {
	margin-bottom: 0;
	line-height: 2.2;
}
.f_con .con {
	padding: .9rem 0 .9rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.ft-erweima {
	width: 1.2rem;
	text-align: center;
}
.ft-erweima img {
	border: 2px solid #e6e6e6;
	display: block;
	width: 100%;
	background: #ffffff;
}
.ft-erweima p {
	font-size: .14rem;
	color: #000000;
	margin-top: .12rem;
	margin-bottom: 0;
}
.ft-bot {
	padding: .25rem 0;
	box-sizing: border-box;
	border-top: 1px solid #e5e6e8;
}
.ft-bot .view {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	font-size: .14rem;
	color: #666666;
}
/*内页banner*/
.pub_banner {
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.pub_banner.on>img {
	transform: scale(1);
	overflow: hidden;
}
.pub_banner>img {
	display: block;
	width: 100%;
	transform: scale(1.2);
	transition: all 3s ease;
}
.pub_banner .pub_banner_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	text-align: center;
}
.pub_banner .pub_banner_text .hot_phone_num {
	font-family: 'BrownStd-Bold';
	color: #115aa6;
	font-size: 1.06rem;
	line-height: 1;
	margin-bottom: .2rem;
}
.pub_banner .pub_banner_text .hot_phone_num i {
	font-size: inherit;
}
.pub_banner .pub_banner_text .hot_name {
	color: #fff;
	font-weight: 700;
	font-size: .36rem;
}
.pub_ban_title {
	font-size: .66rem;
	letter-spacing: .2rem;
	font-family: "bPIN";
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
}
.palanmu {
	border-bottom: 1px solid #e6e6e6;
}
.palanmu .list {
	display: flex;
	justify-content: center;
}
.palanmu .list li {
	font-size: .2rem;
	padding: .3rem 0;
	margin: 0 .8rem;
	box-sizing: border-box;
	font-family: "bPIN";
	position: relative;
}
.palanmu .list li a {
	color: #000000;
}
.palanmu .list li.on a {
	color: #115aa6;
}
.palanmu .list li::after,
.palanmu .list li.on::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #115aa6;
}
.palanmu .list li.on::after {
	width: 100%;
}
.palanmu .list li:hover::after {
	width: 100%;
	transition: all 0.6s;
}
.palanmu .list li:hover a {
	color: #115aa6;
}
.pro-sec1 {
	margin: .6rem auto;
}
.pro-sec1 .box {
	display: flex;
	justify-content: space-between;
	padding: .4rem 0 .6rem;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.pro-sec1 .box .pic {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.pro-sec1 .box .pic img {
	display: block;
}
.pro-sec1 .box .text {
	width: 50%;
	padding: 0.4REM .4REM;
	box-sizing: border-box;
}
.pro-sec1 .box .text h2 {
	color: #000000;
	font-size: .36rem;
	font-family: "bPIN";
}
.pro-sec1 .box .text span {
	display: block;
	width: .4rem;
	height: 0.03rem;
	background: #666666;
	margin: .3rem 0 .5rem;
}
.pro-sec1 .box .text P {
	font-size: .15REM;
	color: #666666;
	line-height: 2.5;
}
.pro-sec1 .box::after {
	position: absolute;
	content: "";
	left: -12%;
	bottom: -60%;
	width: 60%;
	height: 100%;
	border-radius: 50%;
	background: #115aa6;
	z-index: 0;
}
.pro-sec2 .list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.pro-sec2 .list li {
	width: 31.5%;
	transition: all 0.6s;
	margin-left: 2.7%;
	padding: .4rem;
	margin-bottom: .35rem;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.pro-sec2 .list li .pic {
	margin-bottom: .2rem;
}
.pro-sec2 .list li .pic img {
	display: block;
	margin: 0 auto;
}
.pro-sec2 .list li .text h2 {
	color: #000000;
	font-size: .22rem;
	font-family: "bPIN";
	margin-bottom: .1rem;
}
.pro-sec2 .list li .text p {
	color: #888888;
	font-size: .16rem;
	line-height: 2.2;
}
.pro-sec2 .list li .text span {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	text-align: center;
	height: .48rem;
	line-height: .48rem;
	background: #f5f5f5;
	margin: .3rem auto 0;
}
.pro-sec2 .list li:nth-child(3n+1) {
	margin-left: 0;
}
.pro-sec2 .list li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.pro-sec2 .list li .text span::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #115aa6;
	transform: scale(0);
}
.pro-sec2 .list li:hover .text span::before {
	transform: scale(1);
	transition: all 0.6s;
	z-index: -1;
}
.pro-sec2 .list li:hover .text span {
	color: #ffffff;
}
.pro-sec2 .list li:hover .text h2 {
	color: #115aa6;
}
/*分页样式*/
.pglist {
	padding: 1rem 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	width: .45rem;
	height: .45rem;
	line-height: .45rem;
	margin: 0 6px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}
.pglist a.close {
	background: #f2f2f2 !important;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: .45rem;
	padding-bottom: 1px;
}
.pglist a:hover,
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #115aa6;
	border-color: #115aa6;
}
.position-relative {
	position: relative;
}
.pglist input {
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	margin: 0 6px;
	width: .45rem;
	padding: 0 8px;
	text-align: center;
	color: #115aa6;
}
.pglist button {
	color: #115aa6;
	border: 1px solid #115aa6;
	padding: 0 .4rem;
	margin: 0 6px;
	border-radius: 30px;
	background: none;
}
.pglist button:hover {
	color: #fff;
	background: #115aa6;
	border: 1px solid #115aa6;
}
.pglist .page {
	width: auto;
	padding: 0 .5rem;
	border-radius: 30px;
}
.pro-des-sec1 {
	background: url("../images/pro-des-bg.jpg") no-repeat center top;
	background-size: cover;
}
.pro-des-sec1 .box {
	display: flex;
	justify-content: space-between;
	padding: .4rem 0 .6rem;
	position: relative;
	overflow: hidden;
}
.pro-des-sec1 .box .pic {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.pro-des-sec1 .box .pic img {
	display: block;
}
.pro-des-sec1 .box .text {
	width: 50%;
	padding: 0.4REM 0 .4REM .4REM;
	box-sizing: border-box;
}
.pro-des-sec1 .box .text h2 {
	color: #000000;
	font-size: .34rem;
	font-family: "bPIN";
}
.pro-des-sec1 .box .text .info {
	margin: .4rem 0;
}
.pro-des-sec1 .box .text P {
	font-size: .15REM;
	color: #666666;
	line-height: 2.5;
}
.pro-des-sec1 .box .text .bot {
	display: flex;
	padding: .7REM 0 .3REM;
}
.pro-des-sec1 .box .text .bot a {
	transition: all 0.6s;
	display: flex;
	align-items: center;
	border-radius: .35rem;
	text-align: center;
	padding: 0.08rem 0.3rem;
	margin: 0 .2rem 0 0;
}
.pro-des-sec1 .box .text .bot a img {
	margin-left: .1rem;
}
.pro-des-sec1 .box .text .bot a.a1 {
	border: 1px solid #000000;
	color: #000000;
	font-size: .2rem;
	padding: 0.08rem 0.5rem;
}
.pro-des-sec1 .box .text .bot a.a2 {
	background: #115aa6;
	color: #ffffff;
	font-size: .26rem;
	font-family: "MONTL";
	font-weight: normal;
}
.pro-des-sec1 .box .text .bot a.a1:hover {
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	transform: translateY(10px);
}
.pro-des-sec1 .box .text .bot a.a2:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	transform: translateY(10px);
}
.pro-deslanmu {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	border-bottom: none;
	margin-bottom: .1rem;
}
.pro-deslanmu .list {
	justify-content: space-between;
}
.pro-deslanmu .list li {
	font-size: .24rem;
	font-family: "bPIN";
	margin: 0;
	padding: .4rem .25rem .4rem .15rem;
	;
	box-sizing: border-box;
}
.pro-deslanmu .list li a {
	display: flex;
	align-items: center;
}
.pro-deslanmu .list li em {
	margin-right: .1rem;
	display: inline-block;
	transition: all 0.6s;
	width: 50px;
	height: 50px;
}
.pro-deslanmu .list li em.em1 {
	background: url("../images/hx-lmico1.png")no-repeat;
	background-position: 0 0;
}
.pro-deslanmu .list li em.em2 {
	background: url("../images/hx-lmico2.png")no-repeat;
	background-position: 0 0;
}
.pro-deslanmu .list li em.em3 {
	background: url("../images/hx-lmico3.png")no-repeat;
	background-position: 0 0;
}
.pro-deslanmu .list li em.em4 {
	background: url("../images/hx-lmico4.png")no-repeat;
	background-position: 0 0;
}
.pro-deslanmu .list li:hover em {
	background-position: 0 -50px;
}
.pro-deslanmu .list li.on em {
	background-position: 0 -50px;
}
.palanmu .list li::after,
.palanmu .list li.on::after {
	height: 4px;
}
.pro-desinfo {
	padding-bottom: 1rem;
}
.pro-desinfo .view {
	padding: .5rem;
	box-sizing: border-box;
}
.pro-desinfo p {
	margin-bottom: .25rem;
	line-height: 2.5;
}
.pro-desinfo img {
	margin-top: .25rem;
}
.pro-desdownload {
	padding-bottom: 1rem;
}
.pro-desdownload .view {
	padding: .5rem 0;
	box-sizing: border-box;
}
.pro-desdownload .item {
	margin-bottom: .6rem;
}
.pro-desdownload .item .title {
	color: #000000;
	display: flex;
	align-items: center;
	font-size: .26rem;
	font-family: "bPIN";
	padding-bottom: .2rem;
	border-bottom: 5px solid #ededed;
}
.pro-desdownload .item .title span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: .1rem;
	background: #000000;
	border-radius: 50%;
}
.pro-desdownload .list li {
	transition: all 0.6s;
	padding: .2rem 0;
	border-bottom: 1px solid #ededed;
}
.pro-desdownload .list li a {
	height: .7rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	color: #666666;
	font-size: .18rem;
	align-items: center;
}
.pro-desdownload .list li a h3 {
	flex: 1;
	height: .55rem;
	line-height: .55rem;
	font-weight: normal;
	background: url("../images/hx-lmico5.png") no-repeat;
	background-size: contain;
	background-position: 0 0;
	padding-left: .7rem;
}
.pro-desdownload .list li a p {
	padding-left: .2rem;
	background: url("../images/hx-lmico6.png") right center no-repeat;
	background-size: contain;
	padding-right: .5rem;
}
.pro-desdownload .list li:hover a h3 {
	background: url("../images/hx-lmico5-on.png") no-repeat;
	background-size: contain;
}
.pro-desdownload .list li:hover a p {
	background: url("../images/hx-lmico6-on.png") no-repeat right center;
	background-size: contain;
}
.pro-desdownload .list li:hover a {
	color: #115aa6;
}
.pg-download .list li {
	display: flex;
	transition: all 0.6s;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: .5rem;
	border: 1px solid #e7e7e7;
	padding: .4rem;
	box-sizing: border-box;
}
.pg-download .list li .pic {
	width: 25%;
}
.pg-download .list li .pic img {
	display: block;
	width: 100%;
}
.pg-download .list li .text {
	flex: 1;
	padding-left: .3rem;
	box-sizing: border-box;
}
.pg-download .list li .text h2 {
	color: #000000;
	font-size: .26rem;
	margin-bottom: .2rem;
	font-family: "bPIN";
}
.pg-download .list li .text p {
	color: #888888;
	font-size: .15rem;
	padding-bottom: .2rem;
}
.pg-download .list li .text a {
	display: block;
	margin-top: .1rem;
	display: flex;
	align-items: center;
	font-size: .18rem;
	color: #000000;
}
.pg-download .list li .text a em {
	display: inline-block;
	background: url("../images/hx-lmico3.png") no-repeat;
	margin-right: 0.05rem;
	background-position: 0 0;
	width: .5rem;
	height: .5rem;
}
.pg-download .list li:hover .text a em {
	background-position: 0 -50px;
}
.pg-download .list li:hover .text a {
	color: #115aa6;
}
.pg-download .list li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	transform: translateX(10px);
}
.Enterprise {
	display: flex;
	flex-wrap: wrap;
	padding-top: .1rem;
}
.Enterprise li:nth-child(3n+1) {
	margin-left: 0;
}
.Enterprise li {
	width: 31.6%;
	margin-top: 3%;
	margin-left: 2.5%;
}
.enPic {
	overflow: hidden;
}
.enPic img {
	float: left;
	width: 100%;
}
.enPic {
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.enPic img {
	float: left;
	width: 100%;
}
.enPic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}
.enPic img {
	float: left;
	transition: all 0.8s;
}
.enterSame:hover .enPic img {
	transform: scale(1.12);
}
.enterSame:hover .enPic::before {
	animation: gradient-rectangle 1.4s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.enWord {
	height: .65rem;
	line-height: .65rem;
	box-shadow: 1px 1px 10px 1px rgb(230, 230, 230);
	position: relative;
	z-index: 99;
	width: 90%;
	margin: auto;
	text-align: center;
	background: #fff;
	padding: 0 .15rem;
	font-size: .16rem;
	color: rgb(51, 51, 51);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: -.32rem;
	transition: all 0.5s;
}
.enterSame:hover .enWord {
	transform: translateY(10px);
}
.pagejob {
	padding-bottom: .6rem;
}
.jobKindcon {
	margin-bottom: .1rem;
	margin-top: .2rem;
}
.jobMore {
	display: flex;
	padding: .2rem .4rem;
	background: rgb(255, 255, 255);
	font-size: .18rem;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	cursor: pointer;
	align-items: center;
}
.jobNeed {
	margin: 0 .4rem;
	padding: .4rem 0;
	background: rgb(255, 255, 255);
	display: none;
	border-top: 1px solid rgb(229, 229, 229);
}
.jobNeed>p:last-child {
	margin-bottom: 0px;
}
.jobNeed p {
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 30px;
	letter-spacing: 1px;
}
.Join {
	box-shadow: rgba(33, 72, 168, 0.2) 1px 1px 10px 1px;
	padding-bottom: 70px;
}
.jobTitle {
	margin-top: .5rem;
}
.jobTit {
	margin-top: 45px;
	margin-bottom: 30px;
	text-align: center;
}
.jobTit>p:nth-child(1) {
	color: rgb(0, 0, 0);
	margin-bottom: 15px;
	font-weight: 600;
}
.jobTit>p:nth-child(2) {
	color: rgb(31, 77, 158);
	margin-bottom: 20px;
	font-weight: 600;
}
.jobMenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgb(245, 245, 245);
	padding: 30px 15px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.jobFlex {
	display: flex;
	align-items: baseline;
	margin-bottom: 18px;
}
.j1 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	width: 10em;
}
.jobNeed>ul:last-child {
	margin-bottom: 0px;
}
.jobMenu p {
	width: 20%;
}
.jobTitle {
	display: flex;
	padding: .25rem .4rem;
	background: rgb(245, 245, 245);
	border: 1px solid rgb(245, 245, 245);
}
.jobTitle p {
	font-size: .2rem;
	color: rgb(51, 51, 51);
}
.jobTitle p:nth-child(1) {
	width: 25%;
}
.jobTitle p:nth-child(2) {
	width: 20%;
}
.jobTitle p:nth-child(3) {
	width: 18%;
}
.jobTitle p:nth-child(4) {
	width: 18%;
}
.jobTitle p:nth-child(5) {
	width: 15%;
}
.jobTitle p:nth-child(6) {
	width: 5%;
	text-align: center;
}
.jobMore li:nth-child(1) {
	width: 25%;
}
.jobMore li:nth-child(2) {
	width: 20%;
}
.jobMore li:nth-child(3) {
	width: 18%;
}
.jobMore li:nth-child(4) {
	width: 18%;
}
.jobMore li:nth-child(5) {
	width: 15%;
}
.jobMore li:nth-child(6) {
	width: 5%;
	text-align: center;
}
.jobMore li:nth-child(6) img {
	margin: auto;
	vertical-align: middle;
}
.j2 {
	width: 80%;
}
.jhs {
	transform: scale(1.1);
	box-shadow: rgb(220, 220, 220) 1px 1px 10px 1px;
}
.jobKind {
	border: 1px solid rgb(220, 220, 220);
	margin-bottom: .2rem;
}
.giveTo {
	display: flex;
	align-items: center;
	height: .5rem;
	justify-content: center;
	border-radius: 25px;
	width: 1.8rem;
	color: #fff;
	font-size: .18rem;
	background: #115aa6;
	margin-top: .5rem;
	transition: all 0.5s;
}
.giveTo:hover {
	transform: translateY(6px);
	box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.giveTo img {
	margin-right: 12px;
}
.overhide {
	overflow: hidden;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=50);
	background: #000;
	width: 100%;
	height: 100%;
	display: none;
	font-size: 16px;
}
.popup-table-type {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.popup-table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.popup-container {
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.11);
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding: 0;
	position: relative;
	display: inline-block;
	border-radius: 10px;
}
.popup-container .map {
	border-radius: 15px;
	overflow: hidden;
	max-width: 100%;
}
.popup-container .map .con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	background: #fff;
	color: #333;
	padding: 15px 20px;
	text-align: left;
}
.popup-container .map .con .h3 {
	font-size: 20px;
	font-weight: bold;
}
.popup-container .map .con .p {
	font-size: 16px;
}
.popup .closed {
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
	background: #000;
	border-radius: 100%;
	padding: 10px;
	z-index: 99;
}
.popup .closed:before {
	content: "×";
	font-family: "宋体";
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}
@media (max-width:640px) {
	.popup .closed {
		right: 0;
	}
}
.inputbox {
	position: relative;
	line-height: 44px;
}
.inputbox label {
	position: absolute;
	left: 0;
	padding: 0 10px;
	color: #bfbfbf;
	z-index: 0;
	font-size: 16px;
}
.inputbox .text {
	width: 100%;
	line-height: 44px;
	height: 44px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	background: none;
	position: relative;
	z-index: 2;
	font-size: 16px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.inputbox .text:focus {
	border-color: #3a4b94;
}
.jobpopup .popup-container {
	background: none;
	box-shadow: none;
	max-width: 720px;
}
.jobpopup .popup-con {
	border-radius: 10px;
	overflow: inherit;
	background: #fff;
	padding-bottom: 62px;
}
.jobpopup .closed {
	top: 2%;
	right: 8%;
	background: none;
}
.jobpopup .closed:before {
	color: #333;
}
.jobformbox {
	display: none;
}
.jobform .form-tit {
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 24px;
	text-align: left;
	padding: 18px 10%;
}
.jobform form {
	padding: 3% 10% 0% 10%;
}
.jobform .item {
	text-align: left;
	margin-bottom: 15px;
}
.jobform .item2 .selectbox {
	width: 48%;
	float: left;
}
.jobform .item2 .selectbox:last-child {
	float: right;
}
.jobform .selectbox select {
	display: block;
	background: #f9f9f9;
	height: 55px;
	padding: 10px;
	line-height: 30px;
	width: 100%;
	border: none;
	color: #999;
	font-size: 16px;
}
.jobform .name {
	color: #333;
	font-size: 18px;
}
.jobform .inputbox {
	position: relative;
	cursor: text;
	width: 100%;
	height: 50px;
	padding: 10px;
	line-height: 30px;
	font-size: 16px;
	background: #f9f9f9;
	display: flex;
}
.jobform .inputbox span.tit {
	display: inline-block;
	width: 60px;
	color: #666666;
}
.jobform .inputbox input.text,
.jobform .inputbox select.text {
	border: none;
	background: none;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	padding: 0;
}
.jobform .inputbox input.text {
	width: 88%;
}
.jobform .file-filestyle {
	line-height: 30px;
	font-size: 16px;
}
.jobform .file-filestyle input.text {
	border: none;
	background: none;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.jobform .file-filestyle span.tit {
	color: #333;
	display: block;
	margin-bottom: 15px;
}
.jobform .file-filestyle .filebtn {
	position: relative;
	width: 85px;
	height: 80px;
	border: 2px solid #ededed;
	display: inline-block;
	font-size: 0;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.jobform .file-filestyle .filebtn::before,
.jobform .file-filestyle .filebtn::after {
	position: absolute;
	content: '';
	background: #ededed;
}
.jobform .file-filestyle .filebtn::before {
	left: 20%;
	width: 60%;
	height: 3px;
	top: 50%;
	margin-top: -1px;
}
.jobform .file-filestyle .filebtn::after {
	left: 50%;
	margin-left: -1px;
	width: 3px;
	top: 20%;
	height: 60%;
}
.jobform .btns {
	padding-top: 0;
	text-align: center;
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -85px;
	margin-left: -50px;
}
.jobform .btn {
	display: inline-block;
	background: #115aa6;
	font-size: 16px;
	color: #fff;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 55px;
	border: none;
	cursor: pointer;
}
@media (max-width:640px) {
	.jobform .form-tit {
		font-size: 20px;
	}
	
	.jobform .name,
	.jobform .inputbox,
	.jobform .file-filestyle {
		font-size: 14px;
	}
	
	.jobform .inputbox input.text {
		font-size: 14px;
	}
	
	.jobform .inputbox span.tit,
	.jobform .file-filestyle span.tit {
		top: 5px;
	}
	
	.jobform .inputbox {
		padding: 5px 10px;
		line-height: 20px;
		height: 42px;
		line-height: 32px;
	}
	
	.jobform .file-filestyle {
		padding: 0 10px;
		line-height: 20px;
		height: 30px;
	}
	
	.jobform .file-filestyle .filebtn {
		line-height: 90px;
		width: 50px;
		height: 50px;
	}
	
	.jobform .btn {
		font-size: 14px;
		width: 110px;
		height: 34px;
		line-height: 34px;
		border-radius: 30px;
	}
	
	.jobform .btns {
		padding-top: 0;
		text-align: center;
		position: absolute;
		bottom: -45px;
		left: 50%;
		margin-left: -50px;
	}
}
.jobform {
	position: relative;
}
.pagehezuo {
	background: #f4f6f9;
}
.pagehezuo-sec1 {
	display: flex;
	justify-content: space-between;
	padding: .8rem 0 1rem;
}
.pagehezuo-sec1 .item {
	padding-right: .3rem;
	width: 32%;
}
.pagehezuo-sec1 .item:nth-child(2) {
	width: 25%;
}
.pagehezuo-sec1 .item .title {
	display: flex;
}
.pagehezuo-sec1 .item .title em {
	display: inline-block;
	margin-top: .1rem;
}
.pagehezuo-sec1 .item .title .Right {
	margin-left: .2rem;
}
.pagehezuo-sec1 .item .title .Right h4 {
	color: #010101;
	font-weight: normal;
	font-family: "bPIN";
	font-size: .28rem;
}
.pagehezuo-sec1 .item .title .Right p {
	color: #888888;
}
.pagehezuo-sec1 .item .text {
	margin-top: .3rem;
}
.pagehezuo-sec1 .item .text h5 {
	color: #000000;
	font-size: .26rem;
	font-weight: normal;
	font-family: "PIN";
}
.pagehezuo-sec1 .item .text h6 {
	color: #000000;
	font-size: .30rem;
	font-weight: normal;
	font-family: "PIN";
	word-break: break-all;
}
.pagehezuo-sec1 .item .text p {
	margin-top: .1rem;
}
.messForm {
	padding-top: 25px;
}
.messFlex {
	display: flex;
	flex-wrap: wrap;
}
.messFlex>p:nth-child(2n+2) {
	margin-right: 0;
}
.messPut {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 18px 25px;
	border: 2px solid #ffffff;
	border-color: rgba(255, 255, 255, .2);
	background: none;
	letter-spacing: 1px;
	margin-top: .25rem;
}
.messPut input {
	background: none;
	font-size: .15rem;
	color: rgb(255, 255, 255, .2);
	width: 100%;
}
.messPut img {
	margin-right: 12px;
}
.Message textarea {
	color: rgb(255, 255, 255, .2);
	font-family: "微软雅黑";
	border: 2px solid #ffffff;
	border-color: rgba(255, 255, 255, .2);
	background: none;
	height: 140px;
	padding: 18px 25px;
	font-size: .15rem;
	letter-spacing: 1px;
	margin-top: .25rem;
	width: 100%;
}
.Message button {
	height: .6rem;
	line-height: .6rem;
	color: #fff;
	text-align: center;
	background: rgb(255, 255, 255, .2);
	border-radius: .35rem;
	margin-top: 35px;
	width: 50%;
	font-size: .2rem;
	letter-spacing: 1px;
	transition: all 0.5s;
	cursor: pointer;
}
.Message button:hover {
	color: #141418;
	background: #ffffff;
	box-shadow: 1px 1px 15px 1px rgba(41, 120, 73, 0.2);
}
.pagehezuo-map {
	padding-bottom: 1rem;
}
.pagehezuo-map .box {
	display: flex;
}
.pagehezuo-map .box .pic {
	width: 60%;
}
.pagehezuo-map .box .pic img {
	display: block;
	width: 100%;
}
.pagehezuo-map .box .Message {
	width: 40%;
	background: #115aa6;
	padding: .6rem;
	box-sizing: border-box;
}
.pagehezuo-map .box .Message .title h3 {
	color: #ffffff;
	font-family: "PIN";
	font-size: .3rem;
	font-weight: normal;
}
.pagehezuo-map .box .Message .title h4 {
	color: #ffffff;
	font-family: "PIN";
	font-size: .16rem;
	margin-top: .15rem;
	font-weight: normal;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgb(255, 255, 255, .2);
	font-size: 16px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgb(255, 255, 255, .2);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgb(255, 255, 255, .2);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgb(255, 255, 255, .2);
}
.pg-news .list li {
	padding: .4rem 0;
	border-bottom: 1px solid #dadada;
	transition: all 0.6s;
	box-sizing: border-box;
	overflow: hidden;
}
.pg-news .list li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.pg-news .list li a .pic {
	overflow: hidden;
	position: relative;
	width: 37%
}
.pg-news .list li a .text {
	width: 63%;
	padding-left: 3%;
	box-sizing: border-box;
}
.pg-news .list li a .text .info span {
	display: block;
	color: #888888;
	font-family: "MONTL";
	font-size: .2REM;
	margin-bottom: .15rem;
}
.pg-news .list li a .text .info h2 {
	color: #000000;
	font-size: .26rem;
	margin-bottom: .2rem;
}
.pg-news .list li a .text .info p {
	color: #888888;
	line-height: 2.2;
	font-size: .14rem;
	margin-bottom: .2rem;
}
.pg-news .list li a .text .more {
	display: block;
	padding: .4rem 0 .2rem;
	color: #333333;
}
.pg-news .list li:hover a .text .info h2 {
	color: #115aa6;
}
.mask-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	content: '';
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.pg-news .list li:hover .mask-white {
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.about-sec1 {
	padding: 1rem 0 0;
	box-sizing: border-box;
	background: url("../images/ab-bg1.jpg") no-repeat;
	background-size: cover;
}
.about-sec1 .box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.about-sec1 .box .left {
	width: 48%;
}
.about-sec1 .box .left .title {
	padding-bottom: .3rem;
}
.about-sec1 .box .left .title h1 {
	color: #000000;
	font-size: .5rem;
	margin-bottom: .0.5rem;
	font-family: "bPIN";
	font-weight: normal;
}
.about-sec1 .box .left .title h2 {
	color: #000000;
	font-size: .37rem;
	font-weight: normal;
}
.about-sec1 .box .left .info p {
	margin-top: .25rem;
	line-height: 2.5;
	color: #666666;
	font-size: .1.5rem;
}
.about-sec1 .box .right {
	padding-top: .39rem;
}
.about-sec1 .bottom {
	margin-top: .8rem;
	position: relative;
}
.about-sec1 .bottom::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	background: #115aa6;
	z-index: 0;
}
.about-sec1 .bottom .box {
	display: flex;
	display: -webkit-flex;
	position: relative;
	z-index: 1;
}
.about-sec1 .bottom .box .index-number {
	width: 50%;
}
.about-sec1 .bottom .box .Guarantee_time {
	background: #115aa6;
	flex-wrap: wrap;
	padding: .3rem 0;
}
.about-sec1 .bottom .box .Guarantee_time li {
	width: 40%;
	padding: .4rem 0;
	box-sizing: border-box;
}
.about-sec1 .bottom .box .Guarantee_time li h2 {
	color: #ffffff;
	font-size: .56rem;
	margin-bottom: .1rem;
}
.about-sec1 .bottom .box .Guarantee_time li em {
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: .2rem;
	font-style: inherit;
}
.about-sec1 .bottom .box .Guarantee_time li p {
	color: #ffffff;
	margin-bottom: .15rem;
}
.about-sec1 .bottom .box .Guarantee_time li:first-child {
	width: 48%;
}
.about-sec1 .bottom .box .pic {
	width: 48%;
	padding-bottom: 37.5%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-top-right-radius: 130px;
}
.about-sec1 .bottom .box .pic .m-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	animation: pic_m 3s ease;
}
.about-sec1 .bottom .box .pic .m-img img {
	height: 100%;
	object-fit: cover;
}
.ab-title {
	padding: .8rem 0;
}
.ab-title h3 {
	color: #000000;
	text-align: center;
	font-size: .46rem;
	font-family: "bPIN";
	font-weight: normal;
}
.ab-title span {
	display: block;
	margin: .2rem auto;
	width: .5rem;
	height: 4px;
	background: #115aa6;
}
.about-sec2 .box {
	background: url("../images/ab-img3.jpg") no-repeat center right;
	background-size: 50%;
}
.about-sec2 .box .text {
	width: 48%;
	padding: .5rem 0 1rem;
}
.about-sec2 .box .text h3 {
	color: #000000;
	font-size: .32rem;
	font-family: "bPIN";
	font-weight: normal;
	margin-bottom: .5rem;
}
.about-sec2 .box .text p {
	color: #000000;
	font-size: .16rem;
	line-height: 3.2;
	display: flex;
	align-items: center;
}
.about-sec2 .box .text p span {
	display: inline-block;
	width: 0.04rem;
	height: 0.04rem;
	background: #000000;
	border-radius: 50%;
	margin-right: .1rem;
}
.about-sec2 .box .pic {
	width: 50%;
}
.about-sec2 .box .pic img {
	width: 100%;
	display: block;
}
.about-sec3 {
	background: url("../images/ab-bg2.jpg") no-repeat center top;
	padding: 1.2rem 0 1.5rem;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.about-sec3 .box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.about-sec3 .box .item {
	width: 46%;
	color: #ffffff;
}
.about-sec3 .box .item h3 {
	color: #ffffff;
	font-size: .32rem;
	font-family: "bPIN";
	font-weight: normal;
	margin-bottom: .6rem;
}
.about-sec3 .box .item p {
	color: #ffffff;
	font-size: .16rem;
	line-height: 3.2;
}
.about-sec4 {
	background: url("../images/ab-bg3.jpg") no-repeat center top;
	background-size: cover;
	padding: 0 0 1.5rem;
}
.a-honor {
	width: 80%;
	margin: 0 auto;
}
.a-honorImg .swiper-slide {
	transform: scale(0.6);
}
.a-honorImg .swiper-slide img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.a-honorImg .swiper-slide-prev {
	transform: scale(0.8) translateX(-.4rem);
}
.a-honorImg .swiper-slide-next {
	transform: scale(0.8) translateX(.4rem);
}
.a-honorImg .swiper-slide-active {
	transform: scale(1);
}
.a-honorImg .swiper-slide p {
	display: none;
	margin-top: 1rem;
	font-size: .2rem;
	text-align: center;
}
.a-honorImg .swiper-slide-active p {
	display: block;
}
.a-honorPage {
	border: 1px solid #db3831;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	position: absolute;
	left: 30%;
	bottom: -.1rem;
	z-index: 10;
	background: url("../images/honorPage.png") no-repeat center center;
	background-size: 18% auto;
	cursor: pointer;
}
.a-honorPage.swiper-next {
	right: 30%;
	left: auto;
	transform: rotate(180deg);
}
.a-honorPage:hover {
	background: url("../images/honorPage-white.png") no-repeat center center #db3831;
	background-size: 18% auto;
}
.pg-news .list li a .pic img {
	display: block;
}
.pg-news .list li a .pic img {
	width: 100%;
	transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
	-webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
	-moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
	-o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
	-ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.pg-news .list li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.maskfadeUp {
	display: block;
	background-color: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.2s 0.5s;
	transition: transform 1.2s 0.5s;
}
.maskfadeUp {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.maskfadeUp.scroll-animate {
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
}
.maskfadeLeft {
	display: block;
	background-color: #0d2e68;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.2s 0.5s;
	transition: transform 1.2s 0.5s;
}
.maskfadeLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.maskfadeLeft.animated {
	-webkit-transform: translateX(102%);
	transform: translateX(102%);
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
	from {
		opacity: 1;
		transform: none;
	}
	
	to {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
}
.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}
.scaleIn {
	animation-name: scaleIn;
}
@keyframes fn1 {
	0% {
		opacity: 0;
		clip-path: inset(100% 0 0 0);
		transform: translate3d(0%, 20px, 0);
	}
	
	100% {
		opacity: 1;
		clip-path: inset(0 0 0 0);
		transform: none;
	}
}
.fn1 {
	animation-duration: 1.4s;
	animation-name: fn1;
}
@keyframes fn2 {
	0% {
		opacity: 0;
		clip-path: inset(0 0 100% 0);
		transform: translate3d(0%, -20px, 0);
	}
	
	100% {
		opacity: 1;
		clip-path: inset(0 0 0 0);
		transform: none;
	}
}
.fn2 {
	animation-duration: 1.4s;
	animation-name: fn2;
}
@keyframes fn3 {
	0% {
		opacity: 0;
		letter-spacing: 5px;
		transform: translate3d(0%, 10px, 0);
	}
	
	100% {
		opacity: 1;
		letter-spacing: 0;
		transform: none;
	}
}
.fn3 {
	animation-duration: 2s;
	animation-name: fn3;
}
@keyframes roll {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
	}
	
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
	}
}
@keyframes pic_m {
	0% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}



.ind_title h3.fadeInRightSmall {
	opacity: 0.12 !important;
}
.ind_title2 h3.fadeInRightSmall {
	opacity: 0.6 !important;
}
/* 新闻详情页 */
.Detail {
	background: #fff;
	border-radius: 10px;
	padding: .5rem .8rem;
	position: relative;
	z-index: 99;
	padding-bottom: 70px;
}
.tailTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(230, 230, 230);
	padding-bottom: 30px;
}
.tailTit {
	font-size: 34px;
	color: #000;
	margin-bottom: 18px;
}
.tailDate {
	display: flex;
}
.tailDate span:first-child {
	padding-left: 0;
}
.tailDate span:last-child {
	border-right: none;
}
.tailDate span {
	font-size: 15px;
	color: rgb(136, 136, 136);
	padding: 0 20px;
	border-right: 1px solid rgb(200, 200, 200);
	line-height: 16px;
}
.tailBox {
	margin: auto;
	padding: .5rem 0;
}
.tailBox p {
	font-size: .16rem;
	color: rgb(51, 51, 51);
	line-height: 35px;
	margin-bottom: 20px;
}
.tailBottom {
	padding: 50px 0 35px 0;
	border-top: 2px solid #115aa6;
	border-bottom: 2px solid #115aa6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tailLink {
	display: flex;
	flex-direction: column;
}
.tailLink a {
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-bottom: 20px;
	transition: all 0.4s;
}
.tailLink .on {
	color: #115aa6;
	text-shadow: 1px 0 0 rgb(41, 120, 73);
}
.tailLink a:hover {
	color: #115aa6;
	text-shadow: 1px 0 0 rgb(41, 120, 73);
	transform: translateY(5px);
}
.pubw {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	padding: 40px 0;
	color: rgb(51, 51, 51);
}
.pb50 {
	padding-bottom: 50px;
}
.bgg {
	background: rgb(248, 248, 248)
}
.backTo {
	display: inline-block;
	width: 170px;
	text-align: center;
	font-size: 16px;
	color: rgb(255, 255, 255);
	height: 47px;
	line-height: 47px;
	margin: 0px;
	border-radius: 30px;
}
.backTo .w {
	background: #115aa6;
	position: relative;
	transition: all 0.25s ease 0s;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 30px;
	color: #fff;
}
.backTo .f {
	background: #115aa6;
	color: rgb(51, 51, 51);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	color: #fff;
}
.backTo .t {
	padding: 0px 15px;
	position: absolute;
	border: 1px solid #115aa6;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0px;
	display: flex;
	justify-content: center;
	color: #115aa6;
	top: -48px;
	transform-origin: center bottom;
	transform: rotateX(90deg);
	backface-visibility: hidden;
	align-items: center;
	border-radius: 30px;
}
.backTo:hover .w {
	transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
}
.backTo img {
	margin-left: 10px;
	position: relative;
}
.pt30 {
	padding-top: .3rem;
}
.pb50 {
	padding-bottom: .5rem;
}
.serchtop {
	padding: .5rem;
	z-index: 5;
	margin-top: -.9rem;
	background: #fafafa;
}
.serchtop h2 {
	color: #333333;
	font-size: .32rem;
	font-weight: bold;
	margin-bottom: .1rem;
}
.serchtop .two {
	margin-top: .2rem;
	font-size: .38rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serchtop .input {
	height: 0.55rem;
	width: calc(100% - 360px);
	padding-left: .1rem;
	border: 1px solid #eeeeee;
}
.serchtop .btn {
	height: 0.55rem;
	width: 160px;
	font-size: .16rem;
}
.searchbot {
	margin-bottom: .2rem;
}
.searchbot .tit {
	margin: .4rem 0;
	font-size: .22rem;
}
.searchbot ul {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin-bottom: .2rem;
}
.searchbot ul a {
	padding: .4rem;
	border-bottom: 1px solid #e5e5e5;
}
.searchbot ul a span {
	width: 80%;
	font-size: .18rem;
}
.searchbot ul a:hover span {
	color: #db3831;
}
.serviceback {
	width: 160px;
	line-height: 0.55rem;
	font-size: .16rem;
	display: block;
	perspective: 500;
	-webkit-perspective: 500;
}
.serviceback .w {
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
}
.serviceback .f {
	background: #fff;
	padding: 0 30px;
	color: #333;
}
.serviceback .t {
	position: absolute;
	background-color: #db3831;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	left: 0;
	color: #fff;
	top: -50px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.serviceback:hover .w {
	-webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
	transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);
}
.bg-red {
	background-color: #115aa6;
}
.color-white {
	color: #ffffff;
}
.dis-flex-center-center {
	display: -webkit-flex;
	/* Safari */
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.dis-flex-between-center {
	display: -webkit-flex;
	/* Safari */
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dis-flex-center {
	display: -webkit-flex;
	/* Safari */
	
	display: flex;
	align-items: center;
}
.dis-flex-between {
	display: -webkit-flex;
	/* Safari */
	
	display: flex;
	justify-content: space-between
}
.dis-flex {
	display: -webkit-flex;
	/* Safari */
	
	display: flex;
}
.color-red {
	color: #115aa6;
}

.scroll-animate.animated:not(.go) {
  opacity: 0;
}
